home *** CD-ROM | disk | FTP | other *** search
/ Virtual Valerie 2 / Virtual Valerie 2.iso / pc / data / 69 / 00077.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  839 b   |  57 lines

  1. on Lick1
  2.   set x to random(6)
  3.   if x > 4 then
  4.     exit
  5.   end if
  6.   if x = 1 then
  7.     puppetSound("lick my pussy")
  8.   end if
  9.   if x = 2 then
  10.     puppetSound("eat me")
  11.   end if
  12.   if x = 3 then
  13.     puppetSound("lick it")
  14.   end if
  15.   if x = 4 then
  16.     puppetSound("eat my pussy")
  17.   end if
  18. end
  19.  
  20. on Lick2
  21.   set x to random(6)
  22.   if x > 4 then
  23.     exit
  24.   end if
  25.   if x = 1 then
  26.     puppetSound("I think")
  27.   end if
  28.   if x = 2 then
  29.     puppetSound("move your tongue")
  30.   end if
  31.   if x = 3 then
  32.     puppetSound("mmm")
  33.   end if
  34.   if x = 4 then
  35.     puppetSound("breath")
  36.   end if
  37. end
  38.  
  39. on Lick3
  40.   set x to random(8)
  41.   if x > 4 then
  42.     exit
  43.   end if
  44.   if x = 1 then
  45.     puppetSound("Oh")
  46.   end if
  47.   if x = 2 then
  48.     puppetSound("Oof")
  49.   end if
  50.   if x = 3 then
  51.     puppetSound("gonna cum")
  52.   end if
  53.   if x = 4 then
  54.     puppetSound("yeah baby")
  55.   end if
  56. end
  57.